SOCKETS.READLINE Function

The SOCKETS object is deprecated and may be removed in a future release. Use INET::Socket instead.

Syntax

Data as C = ReadLine()

Arguments

Data

Binary data returned from the socket.

Description

Reads a line from the socket, if one is available (else returns blank).

Discussion

The .READLINE() method reads the data from the socket buffer up to the end of the line. Returns blank if there is no data.

See Also